minor update to thread-join docs
authorTom Tromey <tromey@redhat.com>
Sat, 25 Aug 2012 20:09:04 +0000 (14:09 -0600)
committerTom Tromey <tromey@redhat.com>
Sat, 25 Aug 2012 20:09:04 +0000 (14:09 -0600)
doc/lispref/threads.texi

index 434915cdbc20d44d92f944b35ae58882464647f9..5c4c62f2c06a2a4ef8d145a7ff2a9d1cfae28c7b 100644 (file)
@@ -67,7 +67,9 @@ thread, @code{nil} otherwise.
 @end defun
 
 @defun thread-join thread
-Block until @var{thread} exits, or until the current thread is signaled.
+Block until @var{thread} exits, or until the current thread is
+signaled.  If @var{thread} has already exited, this returns
+immediately.
 @end defun
 
 @defun thread-signal thread error-symbol data